home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver17.zip / VoodooLights / Sources / cell_tp10.h < prev    next >
C/C++ Source or Header  |  1997-07-10  |  179b  |  11 lines

  1. #ifndef _CELL_TP10_H_
  2. #define _CELL_TP10_H_
  3.  
  4. #define CellType10  0x0a
  5.  
  6. extern Cell *ctp10_Constructor( Cell *dad ) ;
  7.  
  8. extern void tp10_set_glide_state( void ) ;
  9.  
  10. #endif
  11.